<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

 body,ul,li { padding:0; margin:0}
 ul,li { list-style:none}
 .img-scroll {
	position:relative;
	width:1200px;
	margin-right: auto;
	margin-left: auto;
	height: 225px;
	padding-left: 0px;
	padding-top: 0px;
}
 .img-scroll .prev,.img-scroll .next {
	position:absolute;
	display:block;
	width:0px;
	height:258px;
	top:0;
	color:#FFF;
	text-align:center;
	line-height:100px
}
 .img-scroll .prev {
	height: 430px;
	width: 500px;
	top: -200px;
	right: 1180px;
	z-index: 10;
	background-color: #FFF;
}
 .img-scroll .next {
	height: 240px;
	float: left;
	width: 1000px;
	top: -1px;
	right: 0;
	left: 1200px;
	background-color: #FFF;
	z-index: 900;
}
 .img-list {
	position:relative;
	width:1160px;
	padding-top: 23px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-left: 20px;
	background-color: #DEDEDE;
	overflow: hidden;
}
 .img-list ul {
	width:9999px;
}
 .img-list li {
	float:left;
	font-size: 14px;
	width: 245px;
	background-image: url(../pr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-right: 20px;
	text-align: center;
	color: #333;
	line-height: 20px;
	margin-left: 25px;
}
.img-list img {
	width: 239px;
	margin-bottom: 5px;
	border: 3px solid #019C62;

}
/*
.img-list img:hover{
	-webkit-transform:scale(2.5);
	-moz-transform:scale(2.5);
	transform:scale(2.5);
	z-index: 1000;
	position: absolute;
}
*/
</pre></body></html>